IHipJSONC

Usage:

//Must import hip.data.json for actually using it.
import hip.data.json;
JSONValue json = hipJSON.getJSON!JSONValue;
json["myProperty"].str//or other types

Members

Functions

getData
string getData()
Undocumented in source.
getJSON
auto getJSON()

This function is templated for not generating dependency on std.json. It is not optimized to hold the JSON. Call it only once or it will parse again.

getPath
string getPath()
Undocumented in source.

Meta